home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / recover.arc / RECOVER.DOC < prev   
Encoding:
Text File  |  1985-04-17  |  1.4 KB  |  36 lines

  1.  
  2.         TITLE   RECOVER - Diskette Recovery Program
  3. ;
  4. ; Author: Jack Botner / PC196
  5. ; Date written: Feb. 1983       Last updated: Mar. 1983
  6. ;
  7. ; This program reads a diskette one track at a time, and presents
  8. ; one sector at a time on the display in character and hexadecimal
  9. ; representation. The diskette can be browsed forward or backward
  10. ; one sector or one track at a time using function keys. On request,
  11. ; any sector displayed can be stored in memory. At the end of the
  12. ; run, a diskette file can be created from the stored data.
  13. ;
  14. ; Command format:
  15. ;
  16. ;               RECOVER   [drive:]  [/2]  [/9]
  17. ;
  18. ;    drive:  is the drive where the diskette to be processed will
  19. ;            be found. If omitted, the default drive is used.
  20. ;       /2   should be entered for double-sided diskettes.
  21. ;       /9   should be entered for 9-sector/track diskettes.
  22. ;
  23. ; All available unused main storage is allocated for the storage
  24. ; of data. If the storage is filled, a status message is displayed
  25. ; and processing continues, but no more data can be stored.
  26. ;
  27. ; The program is designed to be tolerant of diskette errors; if
  28. ; a read error occurs on a track, a status message is displayed
  29. ; and the option is given to continue with the next or last track.
  30. ;
  31. 
  32.  
  33. urs on a track, a status message is displayed
  34. ; and the option is given to continue with the next or last track.
  35. ;
  36.